toggle menu
MoEngage-Android-SDK
androidJvm
switch theme
search in API
core
/
com.moengage.core
/
[androidJvm]LogLevel
Log
Level
@
Retention
(
value
=
SOURCE
)
annotation class
LogLevel
Supported Log levels
Author
Umang Chamaria
Members
Properties
DEBUG
Link copied to clipboard
val
DEBUG
:
Int
=
4
Debug logs from the SDK would be printed.
ERROR
Link copied to clipboard
val
ERROR
:
Int
=
1
Error logs from the SDK would be printed.
INFO
Link copied to clipboard
val
INFO
:
Int
=
3
Info logs from the SDK would be printed.
NO_LOG
Link copied to clipboard
val
NO_LOG
:
Int
=
0
No logs from the SDK would be printed.
VERBOSE
Link copied to clipboard
val
VERBOSE
:
Int
=
5
Verbose logs from the SDK would be printed.
WARN
Link copied to clipboard
val
WARN
:
Int
=
2
Warning logs from the SDK would be printed.
Functions
annotation
Type
Link copied to clipboard
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String